home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
lagoonquest.swf
/
scripts
/
frame_12
/
PlaceObject2_134_188
/
CLIPACTIONRECORD onClipEvent(load).as
Wrap
Text File
|
2007-09-27
|
221b
|
13 lines
onClipEvent(load){
if(dolphinGame.soundWasMute)
{
soundVol = new Sound(this);
soundVol.setVolume(0);
}
else
{
soundVol = new Sound(this);
soundVol.setVolume(100);
}
}